Bash Scripting

A script may be run in the background from the command line like this:

$ ./myscript.sh &

In other words, append  & to the command.


Credits